xen/x86: Constify the parameter "d" in mfn_to_gfn
authorJulien Grall <julien.grall@arm.com>
Tue, 7 May 2019 15:14:46 +0000 (16:14 +0100)
committerJulien Grall <julien.grall@arm.com>
Tue, 21 May 2019 12:42:21 +0000 (13:42 +0100)
commitb915f57a49bc12e9f5fb60ce604772b09777ff0d
treec8109784ea79314bdc0a23836db89d530c8a9dc2
parentf582878732ebaa43e50872e1b286131301b9b63b
xen/x86: Constify the parameter "d" in mfn_to_gfn

The parameter "d" holds the domain and is not modified by the function.
So constify it.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/include/asm-x86/p2m.h